home *** CD-ROM | disk | FTP | other *** search
- /* ALERT */
- /* Title */
- "Nonexistent path" = "Nicht vorhandener Pfad";
- /* Message */
- "The path %@ does not exist, create it?" = "Der Pfad %@ ist nicht vorhanden. Soll er erstellt werden?";
- /* Default Button */
- "Create" = "Erstellen";
- /* Alternate Button */
- "Cancel" = "Abbrechen";
-
- /* ALERT */
- /* Message */
- "Couldn't create path." = "Pfad konnte nicht erstellt werden.";
-
- /* ALERT */
- /* Title */
- "Unknown User Name" = "Unbekannter Benutzername";
- /* Message */
- "No such user" = "Benutzer unbekannt";
-
- /* ALERT */
- /* Title */
- "Bad path" = "Falscher Pfad";
- /* Message */
- "%@ is not a directory!" = "%@ ist kein Verzeichnis!";
-
-
- /* Title of the SavePanel. */
- "Save" = "Sichern";
-
- /* The first argument is the filename, the second argument is the directory. */
- "The file %1$@ in %2$@ exists. Replace it?" = "Die Datei %1$@ besteht bereits in %2$@. Ersetzen?";
-
- /* Button user chooses to overwrite an existing file. */
- "Replace" = "Ersetzen";
-
- /* Prompt of the SavePanel. */
- "Name:" = "Name:";
-
- /* The title of the OpenPanel. */
- "Open" = "Öffnen";
-